projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d976561
)
Make lisp-completion-at-point a wrapper instead of an alias
author
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 30 Nov 2015 03:27:34 +0000
(
05:27
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Mon, 30 Nov 2015 03:27:58 +0000
(
05:27
+0200)
* lisp/progmodes/elisp-mode.el (lisp-completion-at-point):
Turn into an obsolete wrapper around elisp-completion-at-point
(bug#20455).
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index b0ef4b20b7a9f431214f6f3e75a6c4513a84eec6..12848fe02e01af8dc01704e10300c4c23acc37ba 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-575,8
+575,9
@@
It can be quoted, or be inside a quoted form."
" " (cadr table-etc)))
(cddr table-etc)))))))))
-(define-obsolete-function-alias
- 'lisp-completion-at-point 'elisp-completion-at-point "25.1")
+(defun lisp-completion-at-point (_predicate)
+ (declare (obsolete elisp-completion-at-point "25.1"))
+ (elisp-completion-at-point))
;;; Xref backend